home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Framewrk / FWSemEvt / FWAcqScr.cpp next >
Encoding:
Text File  |  1996-09-17  |  939 b   |  29 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWAcqScr.cpp
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWACQSCR_H
  11. #include "FWAcqScr.h"
  12. #endif
  13.  
  14. //========================================================================================
  15. //    Template Instantiations
  16. //========================================================================================
  17.  
  18. FW_DEFINE_AUTO_TEMPLATE(FW_TAcquiredScriptableObject, FW_MScriptable)
  19. FW_DEFINE_AUTO_TEMPLATE(FW_TAcquiredScriptableObject, FW_CScriptableCollection)
  20.  
  21. #ifdef FW_USE_TEMPLATE_PRAGMAS
  22.  
  23. #pragma template_access public
  24. #pragma template FW_TAcquiredScriptableObject<FW_MScriptable>
  25. #pragma template FW_TAcquiredScriptableObject<FW_CScriptableCollection>
  26.  
  27. #endif
  28.  
  29.